PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFStitchingFunction Class / getBounds Method
In This Topic
    getBounds Method
    In This Topic
    Gets the function bounds.
    Bounds elements must be in order of increasing value, and each value must be within the domain defined by
    Syntax
    public double[] getBounds()

    Return Value

    An array of k - 1 numbers that, in combination with PDFFunction.getDomain, define the intervals to which each function from the getFunctions array applies.
    See Also